Correct some slightly incorrect regular expressions:
authorAlan Mackenzie <acm@muc.de>
Sun, 3 Mar 2019 20:03:56 +0000 (20:03 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 3 Mar 2019 20:03:56 +0000 (20:03 +0000)
commit81ae21792b3d840a2f11e4c3a682e1e30799c37f
tree3fc18aff722136ab95473328e13bf29b6feff7c0
parentdb3b3b350658e31c2668f2a14072d6ada9e2ae7c
Correct some slightly incorrect regular expressions:

* lisp/progmodes/cc-awk.el (c-awk-harmless-char-re)
(c-awk-harmless-line-char-re, c-awk-_-harmless-nonws-char-re): [...\\\\...]
-> [...\\...].

* lisp/progmodes/cc-engine.el (c-literal-limits): "*/" -> "\\*/".

* lisp/progmodes/cc-mode.el (c-after-change-re-mark-unbalanced-strings):
"\\\r" -> "\r".
lisp/progmodes/cc-awk.el
lisp/progmodes/cc-engine.el
lisp/progmodes/cc-mode.el